home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIP Turkiye Mayıs 1998.iso / grafik / 95NEOBOK / NBW30.EXE / NeoBook.exe / 0 / RCDATA / TASKUSERDIALOG / TASKUSERDIALOG.txt
Text File  |  1997-02-27  |  3KB  |  112 lines

  1. object AskUserDialog: TAskUserDialog
  2.   Left = 373
  3.   Top = 33
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 132
  7.   ClientWidth = 273
  8.   Font.Color = clBtnText
  9.   Font.Height = -12
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 15
  16.   object Test: TLabel
  17.     Left = 12
  18.     Top = 64
  19.     Width = 26
  20.     Height = 16
  21.     Caption = 'Test'
  22.     Font.Color = clWindowText
  23.     Font.Height = -13
  24.     Font.Name = 'Arial'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.     ShowAccelChar = False
  28.     Transparent = True
  29.   end
  30.   object Prompt: TNeoBookBalloon
  31.     Left = 80
  32.     Top = 16
  33.     Width = 177
  34.     Height = 41
  35.     Font.Color = clBtnText
  36.     Font.Height = -13
  37.     Font.Name = 'Arial'
  38.     Font.Style = [fsBold]
  39.     CornerSize = 14
  40.     XOffset = 8
  41.     YOffset = 8
  42.     StemOffset = 8
  43.   end
  44.   object Image1: TNeoBookImage
  45.     Left = 16
  46.     Top = 16
  47.     Width = 59
  48.     Height = 41
  49.     AutoSize = True
  50.     Center = True
  51.     Transparent = True
  52.   end
  53.   object YesButton: TBitBtn
  54.     Left = 8
  55.     Top = 88
  56.     Width = 81
  57.     Height = 28
  58.     Caption = 'Yes'
  59.     Default = True
  60.     ModalResult = 6
  61.     TabOrder = 0
  62.     Glyph.Data = {
  63.       F6000000424DF600000000000000760000002800000010000000100000000100
  64.       0400000000008000000000000000000000001000000010000000000000000000
  65.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  66.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  67.       3333333333333333300033333333333000B0330000300000E00030BFB70FBFB0
  68.       E0003000000BFBF0E00030BFB70FBFB0E0003000000BFBF0E00030BFB70F0FB0
  69.       E00030000000FBF0E00030BFB700BFB0E0003300000BFB0000003333330FB033
  70.       33333333330B033333333333330F833333333333333083333333}
  71.   end
  72.   object NoButton: TBitBtn
  73.     Left = 96
  74.     Top = 88
  75.     Width = 81
  76.     Height = 28
  77.     Cancel = True
  78.     Caption = '&No'
  79.     ModalResult = 7
  80.     TabOrder = 1
  81.     Glyph.Data = {
  82.       F6000000424DF600000000000000760000002800000010000000100000000100
  83.       0400000000008000000000000000000000001000000010000000000000000000
  84.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  85.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333808333
  86.       33333333330F833333333333330B033330003333330FB03000B03380000BFB00
  87.       E000330FBFBFBFB0E000330087FBFBF0E000330FBFBFBFB0E000330087FBFBF0
  88.       E000330FBFBFBFB0E000330087FBFBF0E000330FBFBFBFB0E000338000000000
  89.       0000333333333333333333333333333333333333333333333333}
  90.   end
  91.   object CancelButton: TBitBtn
  92.     Left = 184
  93.     Top = 88
  94.     Width = 81
  95.     Height = 28
  96.     Cancel = True
  97.     Caption = 'Cancel'
  98.     ModalResult = 2
  99.     TabOrder = 2
  100.     Visible = False
  101.     Glyph.Data = {
  102.       F6000000424DF600000000000000760000002800000010000000100000000100
  103.       0400000000008000000000000000000000001000000010000000000000000000
  104.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  105.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333808333
  106.       33333333330F833333333333330B033330003333330FB03000B03380000BFB00
  107.       E000330FBFBFBFB0E000330087FBFBF0E000330FBFBFBFB0E000330087FBFBF0
  108.       E000330FBFBFBFB0E000330087FBFBF0E000330FBFBFBFB0E000338000000000
  109.       0000333333333333333333333333333333333333333333333333}
  110.   end
  111. end
  112.